home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / bother__ / cenvid.zip / CENVIDOS.ZIP / MESSAGE.BAT < prev    next >
DOS Batch File  |  1994-10-06  |  468b  |  16 lines

  1. @echo off
  2. REM **********************************************************
  3. REM *** Message.bat - Display messages with the Screen.lib ***
  4. REM *** ver.1         functions.                           ***
  5. REM **********************************************************
  6. CEnviD %0.bat %1 %2 %3
  7. GOTO CENVI_EXIT
  8.  
  9. #include <Screen.lib>
  10.  
  11. TextBox(5,1,9,78,LIGHTRED,BLUE,DOUBLE_LINE);
  12. ScrWrite("This is a very important message.",7,20);
  13. SetCursor(11,0);
  14.  
  15. :CENVI_EXIT
  16.